Welcome![Sign In][Sign Up]
Location:
Search - UDP TCP

Search list

[WinSock-NDISvc开发tcp聊天服务器端

Description: 目前绝大多数的聊天程序都是采用UDP开发的,本程序则采用TCP开发,适用于对信息传输要求比较高的场合,本程序是服务器端源代码。-majority of the chat procedures are developed using UDP, TCP procedure is used to develop, apply to information transmission and high demand on the occasion, the process is server source code.
Platform: | Size: 31659 | Author: 布瓜 | Hits:

[WinSock-NDIS基于IPv6的tcp/udp网络通信程序

Description: 这是一个基于IPv6的tcp/udp网络通信程序的工程。 该工程包括TCP Server端程序,TCP Client端程序,以及UDP Server端程序和UDP Client端一共4个程序,建立在同个工程中一起提供。
Platform: | Size: 3098497 | Author: mzb3905355 | Hits:

[Internet-Networktcpip_lib33

Description: tcpip_lib33版本,新增加构造IP/TCP/UDP数据包的例子-Tcpip_lib33 version, and a example in which IP/TCP/UDP data packet`s constructure is added
Platform: | Size: 3876864 | Author: 站长 | Hits:

[Internet-Networktcpip_lib4

Description: 老外的TCPLIB 里面包括了很多东西,比如Sniff,以及IGMP封包,TCP封包,UDP封包等等封包创建程序,以及隐匿扫描端口程序和很多很多一共有10多个基于这个LIB的实例程序。为了让目录比较整洁,本来可以拆成10个源码的我把他压缩在了一起。-of the foreigners TCPLIB includes a lot of things, such as Sniff and IGMP packets, TCP packets, UDP packets, and so on the packet creation procedures, and misprision of port scanning procedures and there are a lot more than 10 on the LIB examples of procedures. To enable comparison directory clean, could have stuffed into 10 source I regard him in the compressed together. Ha ha
Platform: | Size: 6506496 | Author: 朱文琪 | Hits:

[TCP/IP stacktcp_ip_design_report.doc

Description: 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌面操作系统的通信和资源共享,这也是作者编写TCP/IP协议栈的由衷。 -Introduction This document is a TCP/IP functionality, design elements, realize the protocol stack components including ARP, I CMP (PING), UDP, TCP. And designed a SOCKET API-compatible with standard interfaces. TCP/IP protocol stack background TCP/IP is the most widely used communication protocol INTERNET, almost all of the desktop operating system such as Windows, Redhat Linux support TCP/IP protocol. In order to realize embedded systems and PC-letter Netcom Group, we must realize the complexity of embedded system on the TCP/IP protocol stack, through the realization of the TCP/IP protocol stack, we can facilitate the realization of embedded systems with mainstream desktop operating system of communication and resource sharing, this is also author of the preparation of TCP/IP protocol stack heartfelt.
Platform: | Size: 15360 | Author: 6756 | Hits:

[Internet-Networktcp

Description: 进程查看可获取路径及系统端口,TCP/UDP信息-Process view can be accessed path and system port, TCP/UDP information
Platform: | Size: 62464 | Author: q1w2e3e3w2q1 | Hits:

[JSP/Javaawtcssdsadd

Description: 做了一大堆J2EE WEB应用之后,闲来无事决定研究一下桌面应用程序开发。 想了一下干脆做个Java版的星际,研究的对象就是星际的JS山寨版-JS星际。 看了几下,当机立断决定山寨之。。。。 后来经过无数个夜晚的煎熬终于完成了一部分,特来和大家分享一下。 暂时支持采矿,攻击,寻路,局域网对战. 虽然只能算一个Demo,但是用到了很多Java基础技术和算法: Java2D,双缓冲,A星寻路,粒子系统,动画效果,处理图片,Swing ui ,UDP,TCP/Socket. 另外这个程序也可以看出jre1.5和jre1.6之前的性能差别。-Done after a lot of J2EE WEB application,闲来无事decided to look into the development of desktop applications. 想了一下simply to be a Java version of the Star, the object of study is the interplanetary version of the JS cottage-JS Star. Read a few, decided to make a prompt decision on the cottage. . . . After countless nights of suffering has finally completed part and special to share with you. Temporary support for mining, attacks, routing, LAN war. Although the operator can only be a Demo, but use a lot of Java technology and algorithms based on: Java2D, double buffering, A Star Search Road, particle systems, animation, image processing, Swing ui, UDP, TCP/Socket. In addition this procedure can be seen jre1.5 and the performance difference before jre1.6.
Platform: | Size: 1500160 | Author: lll | Hits:

[Program docsocket

Description: 是学习socket编程难得的pdf,udp,tcp编程必看-It is rare to learn socket programming pdf, udp, tcp programming see
Platform: | Size: 137216 | Author: susanner | Hits:

[Remote ControlTCP.UDP_jt

Description: TCP/UDP协议的实时监听 运行环境 Delphi7 -TCP/UDP protocol, real-time monitoring operating environment Delphi7
Platform: | Size: 205824 | Author: wenll998 | Hits:

[Windows DevelopTCP.UDP

Description: tcp udp vc网络编程 聊天小工具-tcp udp vc network programming chat widget
Platform: | Size: 3905536 | Author: qqq | Hits:

[TCP/IP stackVC-TCP-UDP

Description: VC++ TCP/IP编程通讯,详细试用,适合研发人员用的好资料-VC++ TCP/IP programming communication, more trials, for research and development staff with good information...
Platform: | Size: 52224 | Author: 张鹏 | Hits:

[VxWorkssocket_tcp_udp_vxworks

Description: 基于嵌入式实时操作系统vxworks的socket网络编程,初学必备!包含udp、tcp的客户机/服务器的代码实现,tcp服务器支持多任务并发处理连接请求;开发工具为tornado for pentium 在vxworks虚拟机上调试通过,含搭建虚拟机的详细步骤。-Vxworks embedded real-time operating system based on the socket network programming, beginners must have! Contains udp, tcp client/server code, tcp server connection to multi-task concurrent processing requests development tools for the tornado for pentium in vxworks via debug a virtual machine, including detailed steps to build a virtual machine.
Platform: | Size: 16305152 | Author: 哈佛 | Hits:

[Internet-NetworkUDP-TCP-ICMPQQdaili

Description: 支持udp tcp的icmp的qq代理程序,感兴趣的可以参考参考-Support for the qq icmp udp tcp' s agent, interested can refer to reference .....
Platform: | Size: 8192 | Author: 深海 | Hits:

[TCP/IP stackUDP-TCP-SMTP

Description: UDP TCP SMTP 实现连接,建立服务端和客户端-The UDP TCP SMTP for connectivity, building services and client
Platform: | Size: 7168 | Author: 王柯 | Hits:

[.netCSharp(UDP-TCP)

Description: C#完整的通信代码详解(点对点,点对多,同步,异步,UDP,TCP)-C# complete communication code Comments (point to point, point to multipoint, synchronous, asynchronous, UDP, TCP)
Platform: | Size: 53248 | Author: lys | Hits:

[Other63198130dm642-tcp(LWIP)

Description: tms udp TCP/UDP protocol developed based on TI DSP TMS320DM642, so that DSP has the ability of network transmissionby lyuhu.21ic.org
Platform: | Size: 251904 | Author: inacmor | Hits:

[Windows DevelopTripleDebugger

Description: qt开发的串口,udp,tcp三合一调试软件,可以实现字符串和16进制的收发。(Qt development of serial port, UDP, TCP three in one debugging software, you can achieve string and 16 hexadecimal transceiver.)
Platform: | Size: 2419712 | Author: qianrenzhan | Hits:

[OtherTCP UDP测试工具

Description: 这是一个调试软件,没有源码。只可安装后使用,调试tcp&udp非常好用,适合于TCP编程调试。(This is a debugging software, no source code. Can only use after installation, debugging tcp&udp is very easy to use, suitable for TCP programming and debugging.)
Platform: | Size: 1858560 | Author: 1mol | Hits:

[Windows Developethnet udp tcp

Description: Windows TCP UDP SERVER CLIENT 套接字通信程序。(Windows TCP UDP SERVER CLIENT SOCKET communication code)
Platform: | Size: 63488 | Author: Losserry | Hits:

[Communicationvb编程的使用udp和tcp协议的客户端及服务器程序设计

Description: 使用vb编程的使用udp和tcp协议的客户端及服务器程序设计
Platform: | Size: 6512 | Author: 1097040866@qq.com | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net